[INFO] fetching crate indexed_priority_queue 0.3.0...
[INFO] testing indexed_priority_queue-0.3.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate indexed_priority_queue 0.3.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate indexed_priority_queue 0.3.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate indexed_priority_queue 0.3.0
[INFO] tweaked toml for crates.io crate indexed_priority_queue 0.3.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate indexed_priority_queue 0.3.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate indexed_priority_queue 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ordered-float v4.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55e1cb22865a4c2125c4aa9fb7e507141061700a5ea8b08a7bf2225d6e3a0e47
[INFO] running `Command { std: "docker" "start" "-a" "55e1cb22865a4c2125c4aa9fb7e507141061700a5ea8b08a7bf2225d6e3a0e47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55e1cb22865a4c2125c4aa9fb7e507141061700a5ea8b08a7bf2225d6e3a0e47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55e1cb22865a4c2125c4aa9fb7e507141061700a5ea8b08a7bf2225d6e3a0e47", kill_on_drop: false }`
[INFO] [stdout] 55e1cb22865a4c2125c4aa9fb7e507141061700a5ea8b08a7bf2225d6e3a0e47
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34771c134c2c2f34806a199a91e2ff07e2f48c99329fc1406d4bf3ace2733206
[INFO] running `Command { std: "docker" "start" "-a" "34771c134c2c2f34806a199a91e2ff07e2f48c99329fc1406d4bf3ace2733206", kill_on_drop: false }`
[INFO] [stderr]    Compiling indexed_priority_queue v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:286:35
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stdout]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 334 | generate_get_mut!(IPQMutRefUp, update_up, debug_assertions);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:286:35
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stdout]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 335 | generate_get_mut!(IPQMutRefDown, update_down, debug_assertions);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:286:35
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stdout]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 336 | generate_get_mut!(IPQMutRefDyn, update_dyn);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] running `Command { std: "docker" "inspect" "34771c134c2c2f34806a199a91e2ff07e2f48c99329fc1406d4bf3ace2733206", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34771c134c2c2f34806a199a91e2ff07e2f48c99329fc1406d4bf3ace2733206", kill_on_drop: false }`
[INFO] [stdout] 34771c134c2c2f34806a199a91e2ff07e2f48c99329fc1406d4bf3ace2733206
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d0f43dc7b55510d0a3d1ac1fd34e24622aa2c3d73a28142fbf39bf9e77f820b
[INFO] running `Command { std: "docker" "start" "-a" "3d0f43dc7b55510d0a3d1ac1fd34e24622aa2c3d73a28142fbf39bf9e77f820b", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:286:35
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stdout]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 334 | generate_get_mut!(IPQMutRefUp, update_up, debug_assertions);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:286:35
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stdout]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 335 | generate_get_mut!(IPQMutRefDown, update_down, debug_assertions);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:286:35
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stdout]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 336 | generate_get_mut!(IPQMutRefDyn, update_dyn);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ordered-float v4.2.0
[INFO] [stderr]    Compiling indexed_priority_queue v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:286:35
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stdout]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 334 | generate_get_mut!(IPQMutRefUp, update_up, debug_assertions);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:286:35
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stdout]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 335 | generate_get_mut!(IPQMutRefDown, update_down, debug_assertions);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:286:35
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stdout]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 336 | generate_get_mut!(IPQMutRefDyn, update_dyn);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.19s
[INFO] running `Command { std: "docker" "inspect" "3d0f43dc7b55510d0a3d1ac1fd34e24622aa2c3d73a28142fbf39bf9e77f820b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d0f43dc7b55510d0a3d1ac1fd34e24622aa2c3d73a28142fbf39bf9e77f820b", kill_on_drop: false }`
[INFO] [stdout] 3d0f43dc7b55510d0a3d1ac1fd34e24622aa2c3d73a28142fbf39bf9e77f820b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a7d5b6bbc35011fa00dbba09142f70f84baf54fd0de3faaeda9390015a4b0073
[INFO] running `Command { std: "docker" "start" "-a" "a7d5b6bbc35011fa00dbba09142f70f84baf54fd0de3faaeda9390015a4b0073", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:286:35
[INFO] [stderr]     |
[INFO] [stderr] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stderr]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 334 | generate_get_mut!(IPQMutRefUp, update_up, debug_assertions);
[INFO] [stderr]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stderr]     |                                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:286:35
[INFO] [stderr]     |
[INFO] [stderr] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stderr]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 335 | generate_get_mut!(IPQMutRefDown, update_down, debug_assertions);
[INFO] [stderr]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stderr]     |                                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:286:35
[INFO] [stderr]     |
[INFO] [stderr] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<Index, Priorities, Positions> {
[INFO] [stderr]     |                                   ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 | generate_get_mut!(IPQMutRefDyn, update_dyn);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 286 |             pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> {
[INFO] [stderr]     |                                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: `indexed_priority_queue` (lib) generated 3 warnings (run `cargo fix --lib -p indexed_priority_queue` to apply 3 suggestions)
[INFO] [stderr] warning: `indexed_priority_queue` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/indexed_priority_queue-cc8345777dd5469f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/priority_queue.rs (/opt/rustwide/target/debug/deps/priority_queue-8161ae4e607ccaf2)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test change_priority ... ok
[INFO] [stdout] test init ... ok
[INFO] [stdout] test push_update ... ok
[INFO] [stdout] test remove_empty ... ok
[INFO] [stdout] test remove_one ... ok
[INFO] [stdout] test reversed_order ... ok
[INFO] [stdout] test push_pop ... ok
[INFO] [stderr]    Doc-tests indexed_priority_queue
[INFO] [stdout] test push_len ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a7d5b6bbc35011fa00dbba09142f70f84baf54fd0de3faaeda9390015a4b0073", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7d5b6bbc35011fa00dbba09142f70f84baf54fd0de3faaeda9390015a4b0073", kill_on_drop: false }`
[INFO] [stdout] a7d5b6bbc35011fa00dbba09142f70f84baf54fd0de3faaeda9390015a4b0073
